The SGSetOutputNextOutput function allows you to specify the order in which sequence grabber outputs should be used.
pascal ComponentResult SGSetOutputNextOutput(SeqGrabComponent s, SGOutput sgOut,
SGOutput nextOut)
The SGGetOutputNextOutput function returns the next sequence grabber output for the specified output.
pascal ComponentResult SGGetOutputNextOutput(SeqGrabComponent s, SGOutput sgOut,
SGOutput *nextOut)
SGSetOutputMaximumOffset specifies the maximum offset for data written to the specified sequence grabber output.
pascal ComponentResult SGSetOutputMaximumOffset(SeqGrabComponent s, SGOutput sgOut,
const wide *maxOffset)
SGGetOutputMaximumOffset returns the maximum offset for data written to the specified sequence grabber output.
pascal ComponentResult SGGetOutputMaximumOffset(SeqGrabComponent s, SGOutput sgOut,
wide *maxOffset)
SGGetOutputDataReference returns information about the data reference associated with the specified sequence grabber output.
pascal ComponentResult SGGetOutputDataReference(SeqGrabComponent s, SGOutput sgOut,
Handle *dataRef, OSType *dataRefType)